home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / igmkit10.zip / SRC_CODE.ZIP / SOURCE.DOC < prev   
Text File  |  1997-06-15  |  877b  |  19 lines

  1.        Source code Documentation for Hackers: the Role Playing Game
  2.                    Copyright (c) 1997 Talon Software
  3.  
  4.  
  5.     1.  This document will quickly define what the source code for the player
  6.         data and group data files are.
  7.  
  8.     2.  The PLAYER.DAT record is found in CHAR.PAS, and the document for that
  9.         snippet of source is CHAR.DOC.  This record stores the information
  10.         about the player, and then writes it onto disk.
  11.  
  12.     3.  The GROUPS.DAT record is found in GROUP.PAS, and the document for that
  13.         snippet of source is GROUP.DOC.  This record stores the information
  14.         about the groups, and then writes it onto disk.
  15.  
  16.     4.  This is all the source that, probabaly, will ever be released by
  17.         Talon Software.  But, other versions of IGMKit will be released as
  18.         Hackers: the Role Playing Game changes.
  19.